---
title: isSigned
framework: swift
role: symbol
role_heading: Type Property
path: swift/int/issigned
---

# isSigned

A Boolean value indicating whether this type is a signed integer type.

## Declaration

```swift
static var isSigned: Bool { get }
```

## Discussion

Discussion This property is always true for signed integer types.

## See Also

### Accessing Numeric Constants

- [zero](swift/int/zero.md)
- [min](swift/int/min.md)
- [max](swift/int/max.md)
