a variable
a logical: true or false
A = 3; res = isuint16(A)
B = uint16(3); res = isuint16(B)
isa, uint16, isinteger.
Allan CORNET