noun
numeric variable
A variable that holds a number, used in programming and computing contexts.
このプログラムでは、数値変数に計算結果を代入します。
In this program, we assign the calculation result to a numeric variable.
変数 is the general term for 'variable'; 数値変数 specifies a numeric type.
Compound of 数値 (numerical value) and 変数 (variable).