I want to determine if a value is integer (like TryParse in .NET). Unfortunatelly ISNUMERIC does not fit me because I want to parse only integers a
TryParse
ISNUMERIC
Had the same question. I finally used
where ATTRIBUTE != round(ATTRIBUTE)
and it worked for me