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