Checks to see if a number is odd. Returns true if odd and false if even.
true
false
bool ISODD(int? value)