check if number is nan numpy code example Example 1: python numpy array check if all nans np.all(np.isnan(numpy_array)) Example 2: check if value is NaN Number.isNaN(123)