a variable
a logical: true or false
A = 3; res = isfloat(A)
A = single(3); res = isfloat(A)
isa, single, isdouble.
Allan CORNET