---
title: "isnormal(_:)"
framework: simd
role: symbol
role_heading: Function
path: "simd/isnormal(_:)-86aj9"
---

# isnormal(_:)

Returns true for each element that is normal in a vector.

## Declaration

```swift
func isnormal(_ x: simd_float16) -> simd_int16
```

## See Also

### Classification Functions

- [isfinite(_:)](simd/isfinite(_:)-8bt9t.md)
- [isinf(_:)](simd/isinf(_:)-77t4f.md)
- [isnan(_:)](simd/isnan(_:)-3ek5k.md)
