Maybe, but the above doesn’t prove it; you’ve asked for an A record but Postfix asks for an MX record, so your lookup won’t have populated the cache (if there is one). (It’ll look for the A record next, but until it’s got the MX record it doesn’t know what A record to ask for.)
If there is doubt about what name server is being used you could use tcpdump to find out.
sudo tcpdump -np -i br0 udp port 53
Replace br0 with your own network interface. You’ll need to check at least loopback (lo) and any real network interfaces.