Apa gunanya fungsi isnan dalam javascript?

// what is the use of isNaN function in javascript?
isNan function returns true if the argument is not a number; otherwise, it is false.
Chetan Nada