---
title: isSigned
framework: swift
role: symbol
role_heading: Type Property
path: swift/int64/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.
